Managing BindingSource Position in Data Driven WinForms

If you are working with a Windows Form where a user can create and edit data in the same form you may run into the problem of trying to set the BindingSource to a given record in a DataSet you want to work with. For example let’s say you have a DataGridView in a Smart Client.  … Continue reading Managing BindingSource Position in Data Driven WinForms